home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / fwmx2k4.exe / Disk1 / data1.cab / App_Files / Configuration / Extensions / Layers Commands.mxi < prev    next >
Encoding:
Text File  |  2003-08-22  |  1.4 KB  |  48 lines

  1. <macromedia-extension
  2.     name="Layers Commands"
  3.     version="1.0"
  4.     type="Command">
  5.  
  6.     <!-- List the required/compatible products -->
  7.     
  8.     <products>
  9.         <product name="Fireworks" version="6" primary="true" /> 
  10.     </products> 
  11.  
  12.     <!-- Describe the author -->
  13.     
  14.     <author name="Macromedia" />
  15.  
  16.     <!-- Describe the extension -->
  17.     
  18.     <description>
  19.     <![CDATA[
  20.     Commands include Distribute to Layers, Hide Other Layers and Lock Other Layers.<BR>
  21.     Distribute to Layers distributes the selected object(s) to all layers.<BR>
  22.     Hide Other Layers hides all layers except the current layer.<BR>
  23.     Lock Other Layers locks all layers except the layer currently being edited.
  24.     ]]>
  25.     </description>
  26.  
  27.     <!-- Describe where the extension shows in the UI of the product -->
  28.  
  29.     <ui-access>
  30.     <![CDATA[
  31.     To use one of these commands, choose Commands > Document, and then choose the command from the submenu.
  32.     ]]>
  33.     </ui-access>
  34.  
  35.     <!-- Describe the files that comprise the extension -->
  36.     
  37.     <files>
  38.         <file name="Distribute to Layers.jsf" destination="$fireworks/configuration/commands/document/" />
  39.         <file name="Hide Other Layers.jsf" destination="$fireworks/configuration/commands/document/" />
  40.         <file name="Lock Other Layers.jsf" destination="$fireworks/configuration/commands/document/" />
  41.     </files>
  42.  
  43.     <!-- Describe the changes to the configuration -->
  44.     
  45.     <configuration-changes>
  46.     </configuration-changes>
  47.  
  48. </macromedia-extension>